home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Goodies / REAL Software / REALbasic Plug-ins SDK / Read Me < prev   
Encoding:
Text File  |  2000-03-31  |  1.1 KB  |  19 lines

  1. About the REALbasic Plugins SDK
  2. ===============================
  3.  
  4. This folder contains code and documentation to get you started making plug-in functions and controls for REALbasic.  You'll find the following folders:
  5.  
  6.  
  7. CodeWarrior Plug-Ins: drop these files into your CodeWarrior plug-ins folder to provide an easy way to convert a Windows DLL into a resource to be included in a cross-platform REALbasic plug-in.  These files are based on code written by Thomas Tempelmann <tt@tempel.org>, available on the web at <http://www.tempel.org/rb/#Starter>.  REALsoftware is grateful to Thomas for this contribution.
  8.  
  9. Documentation: this folder contains the SDK documentation in HTML format.  Start with the "plugin-intro.html" file.
  10.  
  11. Examples: you'll find several subfolders here illustrating how to make REALbasic plug-ins.
  12.  
  13. Glue Code: this folder contains C++ code you must add to your plug-in projects.
  14.  
  15. Includes: these files are included by the glue code (and most likely by your own plug-in code as well).
  16.  
  17. x86dll_to_resource: this program provides an alternate method of converting a DLL into a resource.
  18.  
  19.